* xfns.c (Fx_list_fonts): New function.
authorJim Blandy <jimb@redhat.com>
Tue, 25 May 1993 06:59:12 +0000 (06:59 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 25 May 1993 06:59:12 +0000 (06:59 +0000)
commit1d9fd7feaaca672cffca01645c2f8dcd64fd1058
treeeb81380291f987b155394d9c08634774a2876bb8
parented61592a799cf82479d157dca0fa1d6f6216990d
* xfns.c (Fx_list_fonts): New function.
(same_size_fonts): Function moved here from xfaces.c.
(face_name_id_number): Add extern declaration for this.
* xfaces.c (same_size_fonts): Moved to xfns.c.  Left an extern
declaration behind.
(face_name_id_number): Make this externally visible, and make the
FRAME argument a FRAME_PTR, not a Lisp_Object.
(compute_char_face): Call face_name_id_number properly.

* xfaces.c (unload_color): Don't free the pixel for now.

* xfaces.c (merge_faces): You can't tell if a font is a
character-cell font or not by testing whether or not it has a
per_char table.  They all do.
src/xfaces.c